home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / liblockfile1.postrm < prev    next >
Text File  |  2008-05-03  |  161b  |  12 lines

  1. #!/bin/sh -e
  2. if [ "$1" = "remove" ]
  3. then
  4.     ldconfig
  5.  
  6.     if [ -d /usr/share/doc/liblockfile1 ]
  7.     then
  8.         rm -fr /usr/share/doc/liblockfile1
  9.     fi
  10. fi
  11.     
  12.